/* public css */
.pic-box{
	display: flex;
	align-items: center;
	overflow: hidden;
	justify-content: center;
}
.pic-box img{
	width: 100%;
	height:auto;
}

.boxwidth{
	width: 1400px;
	margin:0 auto
}

.left,.right{
	width: 50%;
}

.contain-wrapper{
	width:100%;
	overflow:hidden;
	background: #eee;
}
.contain-box{
	width:100%;
	padding: 80px 0;
	position: relative;
	background: #eee;
	background-size: cover;
	background-position: center;
}
.mainbox{
	width: 1400px;
	margin: 0 auto;
}
.containtitle{
	width: 100%;
	text-align: center;
	position: relative;
	color: #333;
	font-size: 25px;
	margin: 20px 0;
	font-weight: 600;
}
.containtitle .tit{
	font-size: 40px;
	letter-spacing: 10px;
}
.containtitle>b{
	position: absolute;
	top: -30px;
	opacity: 0.2!important;
	font-size: 50px;
	letter-spacing: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #000;
}
a.more{
	display: block;
}
/* public css end */
/* header css */

header{
	width: 100%;
	background: #fff0;
	color: #000;
}
header:hover{
}
header:hover .head-nav>li{
}
.header{
	display: flex;
	justify-content: space-between;
	height: 80px;
}
.header .topphone{
	width: 12%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:18px;
}
.header .topphone .pic-box{
	width: 40px;
}
.header .logo-box{
	width: 20%;
	display: flex;
}
.header .logo-box .pic-box{
	width:250px;
	position: relative;
}
.header .logo-box .pic-box img{
	height: 55px;
	width:auto;
}
.header .logo-box .bgbox{
	position: absolute;
	width: 100%;
	top:0;
	left:0;
	height: 0;
	overflow: hidden;
	display: none;
}
header:hover .header .logo-box .bgbox{
	height: 100%;
}
.header .logo-box .bgbox img{
	display: block;
	width: auto;
}
.head-nav{
	width: 70%;
	display: flex;
	justify-content: flex-end;
}
.head-nav>li{
	width: 16.666%;
	line-height: 80px;
	text-align: center;
	font-size:16px;
	color: #000;
}
.head-nav li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.head-nav li:hover>a{
	color:#fff;
	transition:none;
}
.head-nav>li:hover,.head-nav>li.active{
	background: #ed870a;
	color: #fff;
}
.head-nav li>.subnav{
	position:fixed;
	top: 80px;
	overflow: hidden;
	left: 0;
	height:0px;
	width: 100%;
	display: flex;
	opacity: 0;
	justify-content: center;
	z-index: 100;
}
.head-nav li>.subnav{
	color: #000;
}
.head-nav li .left{
	width: 650px;
	height: 100%;
	line-height:30px;
	padding:20px 20px;
	text-align:left
}
.head-nav li .left p{
	text-align:left;
	width: 400px;
	margin: 0 auto;
	font-size: 25px;
	margin-bottom: 20px;
	color: #fff;
}
.head-nav li .left>ul{
	width: 450px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
}
.head-nav li .left>ul>li{
	font-size: 15px;
	box-shadow: 0 0 5px #3333337d;
	border-radius: 5px;
	background: #fff;
	color: #333;
	margin-bottom: 20px;
	padding: 5px 0;
	width: 45%;
}
.head-nav li .left>ul>li:hover{
	background-color: #ed870a;
	color:#fff;
}
.head-nav li .right{
	width: 550px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.head-nav li .right .pic-box{
	width: 350px;
	height: auto;
	max-height: 250px;
}
.head-nav li .right .pic-box img{
	width: 100%;
	height:auto;
}
.head-nav li:hover>.subnav{
	height:300px;
	overflow: hidden;
	background: #ffffffed;
	background: linear-gradient(45deg, #292929de, #0000003b);
	opacity: 1;
}
/* header end */
/* banner css */
.banner{
	width:100%;
	height: 850px;
	overflow: hidden;
	position: relative;
}
.serarchshow{
	background:#333;
}
.searchbox{
	width:1400px;
	margin:0 auto;
	display:flex;
	font-size:14px;
	padding:20px 0;
	justify-content: flex-end;
	color:#fff
}
.searchbox .left{
	line-height:32px;
	width: auto;
	margin-right: 50px;
}
.searchbox form{
}
.searchbox form input{
	line-height: 30px;
	padding:0 10px;
	border: 1px #33333385 solid;
}
.searchbox form button{
	background:#ed870a;
	color:#fff;
	padding: 0 40px;
	display: inline-block;
	height: 32px;
	line-height: 32px;
}
.banner .showscreen{
	width: 100%;
	overflow: hidden;
}
.banner .paginbox{
	width: 600px;
	position: absolute;
	height: 100px;
	bottom: 40px;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff6e;
	margin: auto auto;
	z-index: 10;
}
.banner .paginbox .bannerpagin{
	width: 400px;
}

.banner .paginbox .bannerpagin .pic-box{
	height: 60px;
	border: 3px #fff0 solid;
}
.banner .paginbox .bannerpagin .pic-box img{
	height:100%;
}
.banner .bannerpagin .swiper-slide-thumb-active .pic-box{
	border-color: #ce000b;
}
.showscreen .pic-box{
	height:100%;
	width:100%;
	min-height:850px;
}
.showscreen .bannerbox{
	position:absolute;
	z-index:100;
	top:0;
	left: -100%;
	transition: none;
	opacity: 0;
}
.showscreen .swiper-slide-active .bannerbox{
	left: 0;
	opacity: 1;
	transition: 0.7s ease-in-out;
}
.showscreen .pic-box img{
	width:100%;
	min-width:1920px;
	height:100%;
	min-height:850px;
}
/* baanner end */
/* product css */
.proshow{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.proshow .showbox{
	height: 300px;
	width: 32%;
	margin: 20px 0;
	position: relative;
}
.proshow .showbox:nth-child(1),
.proshow .showbox:nth-child(2){
	width: 49%;
	margin: 20px 0;
	height:350px
}
.proshow .showbox .pic-box{
	width: 100%;
	height: 100%;
}
.proshow .showbox .pic-box img{
	min-height:100%;
	min-width: 100%;
}
.proshow .showbox .textbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 20px;
	overflow: hidden;
}
.proshow .showbox .textbox:before{
	display:block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #0000005c;
	content:'';
	transition: 0.4s linear;
}
.proshow .showbox:hover .textbox:before{
	right: -100%;
}
.proshow .showbox .arttitle{
	font-size: 18px;
	line-height: 23px;
	position: relative;
	padding:5px;
}
.proshow .showbox:hover .arttitle{
	background:#000000a1;
	
}
.proshow .showbox .arttitle span{
	font-size: 14px;
}
.proshow .textbox>.more{
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow:hidden;
	padding: 5px;
}
.proshow .showbox .textbox .more:before{
	width:100%;
	position:absolute;
	background: #ed870ad4;
	height:100%;
	display:block;
	content:'';
	top:0;
	left:-100%;
	transition:0.3s 0.2s linear
}
.proshow .showbox:hover .textbox .more:before{
	left:0%;
}
.proshow .textbox>.more span{
	position:relative
}
.proshow .textbox>.more .pic-box{
	width: 30px;
	margin-left: 5px;
	position:relative;
}
/* product end */
/* aboutus css */
.aboutus{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 60px;
}
.aboutus .ttit{
	font-size:25px;
	padding-left: 40px;
}
.aboutus .left{
	padding: 30px;
	width: 45%;
}
.aboutus .left .line{
	background-color: #ce000b;
	margin: 20px;
	width: 250px;
	height: 2px;
}
.aboutus .abbtu{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}
.aboutus .showbox{
	width: 300px;
	display: flex;
	padding: 10px 15px;
	align-items: center;
}
.aboutus .showbox .pic-box{
	width: 30%;
	opacity: 0.8;
}
.aboutus .showbox p{
	font-size:16px;
	margin-left: 15px;
}
.aboutus .textbox{
	width: 100%;
	line-height: 45px;
	font-size: 16px;
}
.aboutus .right{
	margin-top: 30px;
	width: 55%;
}
.aboutus .right .videobox{
	width:100%;
}
.aboutus .right .videobox>video{
	display:block;
	width:100%;
	height:auto;
}
/* aboutus end*/
/* culture css */
.cultshow{
	display: flex;
	justify-content: flex-end;
	height: 550px;
	margin-top: 50px;
	align-items: flex-start;
}
.cultshow .textscreen{
	overflow: hidden;
	width: 50%;
	position: relative;
	z-index: 10;
}
.cultshow .textscreen .showbox{
	height: 400px;
	position: relative;
}
.cultshow .textscreen .pic-box{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.cultshow .textscreen .pic-box img{
	height:100%;
	width:auto;
}
.cultshow .textscreen .textbox{
	position: absolute;
	background: #00000087;
	width:100%;
	height: 100%;
	content:'';
	top:0;
	left:0;
	color:#fff;
	z-index: 3;
	display: flex;
	flex-direction: column;
	padding: 25px 20px 0 67px;
	align-items: flex-start;
	justify-content: center;
}
.cultshow .textscreen .txttit{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 15px;
	/* position: absolute; */
	top: 100px;
	left: 80px;
}
.cultshow .textscreen .txttit span{
	color: #ed870a;
}
.cultshow .textscreen .txtshow{
	font-size: 18px;
	line-height: 40px;
	text-align: left;
	letter-spacing: 3px;
}
.cultshow .culitem{
	width: 40%;
	position: relative;
	left: -10%;
	bottom: -95px;
	z-index: 20;
	background: #000000ad;
	height: 400px;
}
.cultshow .culitem .swiper-wrapper{
	justify-content:center;
	flex-wrap:wrap;
	align-items:center;
	align-content: center;
}
.cultshow .culitem .swiper-slide{
	width: 100px!important;
	margin:30px;
	height: auto;
}
.cultshow .culitem .showbox{
	width: 100%;
}
.cultshow .culitem .showbox .pic-box{
	width: 100%;
	height: 65px;
}
.cultshow .culitem .showbox .pic-box img{
	height: 100%;
	width:auto;
}
.cultshow .culitem .showbox p{
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.haflbg{
	height: 400px;
	width: 100%;
	position: absolute;
	bottom: -20px;
}

.haflbg .pic-box{
	width: 100%;
	height: 100%;
	align-items: flex-end;
}
/* culture end */
/* comshow css */
#comshow .containtitle{
	color:#fff;
}
#comshow .containtitle .tit{
}
#comshow .containtitle b{
	color: #ffffff59;
	opacity:1;
}
#comshow .containtitle  p:nth-child(3){
	font-size:20px;
	margin-top:10px;
	font-weight: normal;
	color: #ffffffb3;
}
.combox{
	display: flex;
	justify-content: center;
	height: 550px;
	align-items: flex-start;
}
.combox .left{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	height: 500px;
	align-content: space-between;
}
.combox .left .showbox{
	width: 49%;
	height: 49.5%;
	position: relative;
}
.combox .left .showbox .pic-box{
	width: 100%;
	height:100%;
}
.combox .left .showbox .pic-box img{
	min-height:100%;
	width:100%;
	
}
.combox .left .textbox{
	width: 100%;
	height: 27%;
	bottom: 0;
	background: #0000009c;
	position: absolute;
	left:0;
	padding: 10px;
	display:flex;
	color: #ffffff;
	flex-direction: column;
	justify-content: flex-end;
	font-size: 16px;
}
.combox .left .showbox:hover .textbox{
	background:#c8740c;
}
.combox .left .textbox .tit{
	font-weight:bold;
	font-size: 20px;
}
.combox .right{
	position: relative;
	height: 500px;
	background: #00000091;
}
.combox .right:before{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	background: #00000091;
}
.combox .right .pic-box{
	width: 300px;
	position: absolute;
	top:0;
	left: 0;
	bottom:0;
	right: 0;
	margin: auto auto;
	background: content-box;
}
/* comshow end */
/* honor show */
.honorbox{
	position:relative;
}
.honorshow{
	overflow-x: hidden;
	margin-top: 30px;
	padding: 80px 0;
	--swiper-navigation-color: #ed870a;
}
.honorshow .swiper-wrapper{
	overflow: unset;
}
.honorshow .swiper-slide-active .pic-box{
	transition: 0.3s 0.6s linear;
	top:-50px;
	transform: scale(1.2);
}
.honorshow .pic-box{
	height: 300px;
	margin-bottom:20px;
	position:relative;
	top:0;
}
.honorshow .pic-box img{
	height: 100%;
	width: auto;
}
.honorshow .showbox p{
	font-size: 15px;
	text-align: center;
}
.honorbox .paginbox{
	min-width: 300px;
	margin: auto;
	display: flex;
	justify-content: center;
}
.honorbox .paginbox a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	box-shadow: 0 0 3px #676767bf;
	margin: 0 20px;
	text-align: center;
	border-radius: 5px;
	padding: 0 20px;
}
.honorbox .paginbox a:hover{
	background:#ed870a;
	color:#fff;
}
.honorbox .swiper-button-next,
.honorbox .swiper-button-prev{
	background: #00000030;
	    height: 50px;
	    width: 50px;
}
/* honor end */
/* news css */
.newsshow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newsshow .showbox{
	width:30%;
	margin: 0 20px;
}
.newsshow .showbox .pic-box{
	width: 100%;
	height: 300px;
}
.newsshow .showbox .pic-box img{
	height:100%;
	
}
.newsshow .showbox .textbox{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding: 10px;
	line-height: 50px;
	margin-bottom: 20px;
	color:#000
}
.newsshow .showbox:hover .textbox{
	background:#ed870a;
	color:#fff;
}
.newsshow .showbox .attit{
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
	text-align: left;
	transition: none;
}
.newsshow .showbox .attit span{
	font-size:14px;
	opacity:0.6;
}
.newsshow .showbox .date{
	font-size:14px;
	line-height: 30px;
	text-align: left;
	opacity: 0.6;
	transition: none;
}
.newsshow .showbox:hover .date{
	opacity:1
}
/* news end */

/* news css end */
/* footer css */
footer{
	width: 100%;
	background-color: #000;
	margin-top: 40px;
}
footer .frilink{
	width: 1400px;
	margin: 20px auto;
	color: #fff;
	font-size:14px;
}
footer .frilink a{
	display:inline-block;
	margin:0 10px;
	font-weight:bold;
}
footer .frilink a:hover{
	color:#ed870a;
}
footer .footer{
		width:1400px;
		margin: 0 auto;
		padding: 40px 0;
		display: flex;
		justify-content: space-between;
}
footer .left{
	width: 68%;
}
.footnav{
	width: 100%;
	display: flex;
	padding-bottom: 30px;
	border-bottom:1px #fff solid;
	justify-content: space-between;
}
.footnav>li{
	width:25%;
	font-size:16px;
	color:#fff;
	text-align: center;
}
.footnav .subnav{
	width: 100%;
	margin-top:10px;
	display: flex;
	flex-direction: column;
}
.footnav .subnav>a{
	width: 100%;
	color: #fff;
	font-size:14px;
	display:inline-block;
	margin-bottom:5px;
}
.footer .left .contact-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 40px;
}
.footer .left .contact-box .footlogo{
	width: 200px;
}
.footer .left .contact-box .textbox{
	color:#fff;
	font-size:14px;
	line-height: 30px;
	display: flex;
	align-items: flex-end;
}
.footer .left .contact-box .textbox .pic-box{
	width: 100px;
	margin-right:30px;
	flex-direction: column;
}
.footer .right{
	width: 20%;
	position: relative;
	top: -40px;
}

.newprotop{
	position: absolute;
	top: -40px;
	left:0;
	height: 40px;
	width: 100%;
	background: #ed870a;
}
.newprobox{
	width: 100%;
	height: 135%;
	display: flex;
	padding: 10px 40px;
	flex-direction: column;
	color: #fff;
	background: #232220;
	overflow: hidden;
}

.newprobox .pic-box{
	width: 200px;
	margin: 0 auto;
}
.newprobox b{
font-size: 18px;
}
.newprobox .textbox{
	margin-top: 15px;
	font-size: 14px;
	line-height: 30px;
}
.footer .right .more{
	position: absolute;
	bottom: -50px;
	right: 20px;
	height: 30px;
	width: 130px;
	background: #ed870a;
	color: #fff;
	text-align: center;
	line-height: 30px;
	z-index: 20;
}
footer .bottom-text{
	padding:20px;
	font-size:12px;
	text-align:center;
	background: #1a1919;
	color:#fff;
	position: relative;
}
/* footer end */

/* ny css */
/* nypublic */
.nybanner{
	width: 100%;
	height: auto;
	overflow: hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
.nybanner img{
	width:1920px;
	height:auto;
}
.nywrapper{
	width: 100%;
	overflow: hidden;
}
.nywrapper .breadcrumb{
	width: 1400px;
	border-bottom: 1px #80808052 solid;
	padding: 20px 10px;
	margin: 0 auto;
	font-size: 14px;
}
.nywrapper .nycontain{
	width:1400px;
	margin: 20px auto;
	min-height: 400px;
}
.nycontain .toppagin .subnav{
	display: none;
}
.nycontain .toppagin{
	width: 100%;
}
.nycontain .toppagin .pic-box{
	margin-left: 500px;
	width: 300px;
}
.nycontain .toppagin>ul{
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.nycontain .toppagin>ul>li{
	width: 12%;
	margin: 0px 2% 10px;
	line-height: 50px;
	text-align: center;
	background: #e8e8e8;
	color: #333;
	font-size: 16px;
	position: relative;
	border-radius: 5px;
}
.nycontain .toppagin>ul>li:hover{
	background-color:#ed870a;
	color: #fff;
}
.nycontain .toppagin>ul>li:hover .subnav{
	display: flex;
	background-color:#ed870a;
	position: absolute;
	top: 50px;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-top: 1px #fff solid;
	border-radius: 5px;
	width: 200%;
	z-index: 99;
}
.nycontain .toppagin>ul>li:hover .subnav>li{
	border: 1px #ffffff21 solid;
	margin: 5px;
	min-width: 12%;
	margin: 10px 2%;
	line-height: 35px;
	border-radius: 5px;
}
.nycontain .toppagin>ul>li:hover .subnav>li:hover{
	background-color: #e59d14;
}
.nycontain .toppagin>ul>li:hover .subnav>li a{
	color: #fff;
	font-size: 14px;
}
.nycontain .toppagin ul a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.pagination{
	margin:0 auto;
	display:flex;
	justify-content:center;
}
.pagination li{
	min-width:30px;
	background:#ccc;
	margin:0 10px;
	line-height:40px;
	text-align:center;
	font-size:16px;
}
.pagination li a,.pagination li span{
	display:block;
	padding:0 20px
}
.pagination li a:hover{
	background:#ed870a;
	color:#fff
}
.pagination li.active span{
	background:#ed870a;
	color:#fff;
}
/* nypublic end */
.nyproshow{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 30px;
}
.main-title{
	width:100%;
	margin:20px;
	font-size:16px;
}
.nyproshow .showbox{
	width: 30%;
	margin: 10px 1.5%;
	position: relative;
	box-shadow: 0 0 2px 0px #979292c2;
}
.nyproshow .showbox .pic-box{
	width: 100%;
	height: 300px;
	position: relative;
	/* border: 2px #ed870a solid; */
	padding: 20px;
	background: #fafafa;
}
.nyproshow .showbox .pic-box img{
	height:100%;
	width:auto;
}
.nyproshow .showbox .textbox{
	display: flex;
	justify-content: space-between;
	padding: 20px 10px;
	font-size:16px;
	width: 90%;
	margin: 0 auto;
}
.nyproshow .showbox .textbox span:nth-child(1){
	font-weight: bold;
}

.nyproshow .showbox .more{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom:-100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00000059;
}
.nyproshow .showbox:hover .more{
	bottom:0;
}
.nyproshow .showbox:hover img{
	transform:scale(1.2);
}
.nyproshow .showbox .more p{
	background: #ed870a;
	color: #fff;
	width: 40%;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
}
/* nynews css */
.nynewsshow{
	display: flex;
	flex-wrap: wrap;
}
.nynewsshow .showbox{
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	height: 300px;
	position: relative;
	padding: 15px 10px;
	border-bottom: 1px #ccc solid;
}
.nynewsshow .showbox .pic-box{
	width: 30%;
}
.nynewsshow .showbox .textbox{
	width: 70%;
	color: #000;
	position: relative;
	padding: 0 20px;
}
.nynewsshow .showbox .textbox .newtitle{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nynewsshow .showbox .textbox .textshow{
	opacity: 0.7;
	font-size: 18px;
	padding-right: 30%;
}

.nynewsshow .showbox .textbox .bottomtext{
	display: flex;
	justify-content:space-between;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	width: 100%;
	align-items: center;
}

.nynewsshow .showbox .textbox .bottomtext .date{
	font-size: 16px;
	background: #ed870a;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
}
.nynewsshow .showbox .textbox .bottomtext .date span{
	font-size: 30px;
}

.nynewsshow .showbox .textbox .bottomtext .more{
	padding: 9px 40px;
	font-size: 16px;
	border: 1px #b0b0b0 solid;
	text-align: center;
	margin-right: 50px;
	border-radius: 5px;
}
.nynewsshow .showbox:hover .textbox .bottomtext .more{
	background:#ed870a;
	color:#fff;
	border:none;
}
/* nynews end */
/* abus css*/
.nyabout h1,.nyabout h2{
	font-size: 30px;
	color: #000;
	text-align: center;
	margin: 30px 0;
	width: 100%;
}
.nyaboutus .nyabouttext{
	min-height: 600px;
	padding: 20px 50px;
	box-shadow: 0 0 10px #959595;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
}
.abcul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abcul .showbox{
	width: 30%;
	box-shadow: 3px 5px 8px #898989;
	height: 150px;
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 30px 0;
}
.abcul .showbox:nth-child(5),
.abcul .showbox:nth-child(6){
	width:48%;
	height:250px;
}
.abcul .showbox:nth-child(5) .pic-box,
.abcul .showbox:nth-child(6) .pic-box{
	width: 45%;
}
.abcul .showbox .pic-box{
	width: 40%;
	height: 100%;
}
.abcul .showbox .pic-box img{
	min-height: 100%;
	width: auto;
	height: 100%;
}
.abcul .showbox .textbox{
	width: 55%;
	padding: 10px;
}
.abcul .showbox .textbox .cultit{
	font-size:18px;
	border-bottom: 1px #73737354 solid;
	padding: 0 0 10px;
}
.abcul .showbox .textbox p{
	padding: 10px 0;
	font-size: 14px;
	line-height: 26px;
}
.abcomshow{
	display: flex;
	flex-wrap: wrap;
}
.abcomshow .showbox{
	width: 50%;
	position: relative;
	height: 400px;
}
.abcomshow .showbox .pic-box{
	width: 100%;
	height: 100%;
}
.abcomshow .showbox .textbox{
	width: 100%;
	height: 100%;
	background: #0000009c;
	position: absolute;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	flex-direction: column;
}
.abcomshow .showbox:nth-child(4) img,
.abcomshow .showbox:nth-child(5) img{
	height:100%;
	width:auto;
}
.abcomshow .showbox:hover img{
	transform:scale(1.2)
}
.abcomshow .showbox:hover .textbox{
	opacity:0;
}
.abcomshow .showbox:hover .more{
	opacity:1;
}
.abcomshow .showbox .textbox .tit{
	font-size: 25px;
	margin-bottom: 20px;
}
.abcomshow .showbox .textbox p{
	font-size: 16px;
}
.abcomshow .showbox .more{
	width: 40%;
	line-height: 40px;
	height: 40px;
	background: #ed870a;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: 0.3s 0.2s linear;
}
/* abus end*/
/* nycase */
.caseintro{
	display: flex;
	justify-content: space-between;
}
.caseintro .left{
	padding:40px 30px 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position:relative;
}
.caseintro .left .pic-box{
	position:absolute;
	right:30px;
	bottom:20px;
	width:200px;
}
.caseintro .left h1{
	color:#ed870a;
	font-size:35px;
	text-align: center;
	margin-bottom: 20px;
}
.caseintro .left h2{
	font-size: 22px;
	margin-bottom: 10px;
}
.caseintro .left p{
	font-size: 18px;
	margin: 20px;
}
.caseintro .right .pic-box{
	height: 400px;
	width: 100%;
}
.casepagin{margin: 40px 0;}
.casepagin>ul{
	/* height: 50px; */
	align-items: center;
}
.casepagin>ul>li{
	height: 100%;
	background: #fff!important;
	box-shadow: 0 0 10px #a6a6a6;
	line-height: 50px!important;
}
.casepagin>ul>li:hover{
	background:#ed870a!important;
}
.nycasebox .caseshow{
	display:flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap:wrap;
	margin: 60px 0;
}
.nycasebox .caseshow .casetitle{
	font-size: 35px;
	width: 100%;
	line-height: 23px;
	border-left: 15px #ed870a solid;
	padding-left: 25px;
	margin-bottom: 20px;
}
.nycasebox .caseshow .casetitle span{
	font-size: 16px;
	letter-spacing: 1.5px;
	opacity: 0.6;
}
.nycasebox .caseshow .showbox{
	width: 19.5%;
	height: 178px;
	margin: 10px 0;
	border: 1px #0000 solid;
	box-shadow: 3px 3px 5px #6969699e;
}
.nycasebox .caseshow .showbox:nth-child(2),
.nycasebox .caseshow .showbox:nth-child(3){
	width: 49.5%;
	height: 303px;
}
.nycasebox .caseshow .showbox:nth-child(4),
.nycasebox .caseshow .showbox:nth-child(5),
.nycasebox .caseshow .showbox:nth-child(6){
	width: 33%;
	height: 255px;
}
.nycasebox .caseshow .showbox .pic-box{
	height:100%;
	width:100%;
}
.nycasebox .caseshow .showbox .pic-box img{
	min-height:100%
}
/* nycase end*/
/* nyhonor */
.nyhonorshow{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.nyhonorshow .showbox{
	width: 23%;
	display: block;
	margin: 0 1% 40px;
	box-shadow: 0 0 10px #bebebe;
}
.nyhonorshow .showbox .pic-box{
	width: 100%;
	height: 400px;
}
.nyhonorshow .showbox p{
	font-size: 16px;
	text-align: center;
	height: 60px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nyhonorshow .showbox:hover p{
	background:#ed870a;
	color:#fff
}
/* nyhonor end*/
.nyprodetailshow{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.nyprodetailshow .left{
	width: 28%;
	padding:30px
}
.nyprodetailshow .left .pic-box{
	width: 100%;
}
.nyprodetailshow .right{
	padding: 30px;
	position: relative;
}
.nyprodetailshow .right .shorttext{
	font-size: 16px;
	line-height:40px;
	margin-bottom: 80px;
}
.nyprodetailshow .right .arttit{
	font-size: 30px;
	margin-bottom: 30px;
}
.nyprodetailshow .right>p{
	font-size: 18px;
}
.nyprodetailshow .right .contact{
	position: absolute;
	bottom:30px;
	height: 50px;
	width: 85%;
	display: flex;
	justify-content: space-between;
}
.nyprodetailshow .right .contact a{
	background:#ed870a;
	width:150px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:16px;
	border-radius:5px
}
.nyprodetailshow .right .contact a:hover{
	background:#fb9e2c
}
.nyprodetailshow .contact .phone{
	width: 250px;
	display: flex;
}
.nyprodetailshow .contact .phone .pic-box{
	width: 60px;
	height: 100%;
}
.nyprodetailshow .contact .phone p{
	font-size: 20px;
	line-height: 25px;
}
.nyprodetailshow .detailtext{
	width: 100%;
}
.nyprodetailshow .detailtext>div{
	font-size:16px;padding:20px;
	line-height:30px
}
.nyprodetailshow .detailtext .tit{
	font-size: 30px;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px #ed870a solid;
}
/* prodetail end */
.honordetail{
	width: 600px;
	margin: 0 auto;
}
.honordetail .arttit{
	font-size: 30px;
	text-align: center;
	margin: 30px 0;
}
.honordetail .showscreen{
	width: 100%;
	overflow: hidden;
	border: 1px #333 solid;
}
.honordetail .showscreen .pic-box{
	height: auto;
	min-height: unset;
}
.honordetail .showscreen .pic-box img{
	width: 100%;
	height: auto;
	min-width: unset;
	min-height: unset;
}
.honordetail .showitem{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
.honordetail .showitem .pic-box{
	width: 100%;
	height: 200px;
	border: 1px #9c9c9c solid;
}

.honordetail .showitem .swiper-slide-thumb-active .pic-box{
	border:3px #ed870a solid;
}
/* honordetail end*/
.newsdetail{
	margin: 30px 0;
}
.newsdetail .newscontain{
	font-size:18px;
	line-height:40px
}
.newsdetail .newscontain img{
	display: block;
	width:60%!important;
	height:auto!important;
	margin: 20px auto;
}
.newsdetail .titgroup{
	margin: 30px 0;
	text-align: center;
	width: 100%;
	padding-bottom: 30px;
	border-bottom:1px #ed870a dashed;
}
.newsdetail .titgroup h2{
	font-size: 30px;
	font-weight: bold;
}
.newsdetail .titgroup .subtext{
	font-size: 16px;
	padding: 10px 0;
	color: #333;
	opacity: 0.6;
}
.newsdetail .nextbox{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	margin-top: 50px;
}
/* newsdetail end*/ 
.nycontact{
	display:flex;
	flex-wrap:wrap;
}
.nycontact .left{
	font-size:18px;
	line-height:45px;
	text-align:right;
	padding:0 80px;
}
/*mobile*/
.m-head,.m-top-menu{
    display:none;
}
.m-footbut{
    display: none;
}